Hiroshi Ohno
Panopto EmployeePlease note: All new registrants to the Panopto Community Forum must be approved by a forum moderator or admin. As such, if you navigate to a feature that is members-only, you may receive an error page if your registration has not yet been approved. We apologize for any inconvenience and are approving new members as quickly as possible.
-
Re: How to display scheduled webcast sessions?
Hi Chris, You should be able to get those sessions by adding the following element into your ListSessionsRequest: States = new[] { SessionState.Scheduled } (View Post)1 -
Re: Any existing python examples to assign creator permissions to uploaded sessions?
Tim, I now understand your question. IUserManagement.GetUserByKey gives you that information. The doc is here: https://support.panopto.com/resource/APIDocumentation/Help/html/aa0bc5c5-e518-2fe4-d390-… (View Post)1 -
Re: Rest API - Response Code of 500 when attempting to create a new scheduled recording
Hi Paul, Thank you for checking. I now realized that you specify SuppressPrimary = true. It does not work to create a new scheduling recording because a recording requires a primary stream. I think y… (View Post)1 -
Re: Any existing python examples to assign creator permissions to uploaded sessions?
Hi Tim, Thank you for asking this question. We do not have REST API to manage permissions as of today and we plan to provide it in the future. As Charles mentioned we have SOAP API to achieve your go… (View Post)3 -
Re: How to get access token for User Based Server Application client type
Jonathan, Thank you very much for thoughtful input and I apologize you spent much time to figure it out. We will update our public API documents to reflect your input in the near future. For the time… (View Post)1